golang.org/x/crypto/chacha20poly1305.chacha20poly1305.key (field)
8 uses
golang.org/x/crypto/chacha20poly1305 (current package)
chacha20poly1305.go#L36: key [KeySize]byte
chacha20poly1305.go#L48: copy(ret.key[:], key)
chacha20poly1305_amd64.go#L55: setupState(&state, &c.key, nonce)
chacha20poly1305_amd64.go#L74: setupState(&state, &c.key, nonce)
chacha20poly1305_generic.go#L41: s, _ := chacha20.NewUnauthenticatedCipher(c.key[:], nonce)
chacha20poly1305_generic.go#L61: s, _ := chacha20.NewUnauthenticatedCipher(c.key[:], nonce)
xchacha20poly1305.go#L60: copy(c.key[:], hKey)
xchacha20poly1305.go#L82: copy(c.key[:], hKey)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |